home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / pc_kd353.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-02-21  |  5KB  |  108 lines

  1. echo off
  2. if %1:==: goto help
  3. if %1==$$$ goto install
  4. if %1:==b: goto floppy
  5. if %1:==B: goto floppy
  6. if %1:==a: goto floppy
  7. if %1:==A: goto floppy
  8. ECHO ╓───────────────────────────────────────────────────────────────────────╖
  9. echo ║ PC-KEY-DRAW is about to be installed on your hard disk in %1:\KEYDRAW  ║
  10. ECHO ║───────────────────────────────────────────────────────────────────────║
  11. ECHO ║ The program disk should now be in drive A: to start the process.      ║
  12. ECHO ║ If this was started in Drive B: Hit Ctrl-Break and restart in Drive A:║
  13. ECHO ║                                                                       ║
  14. ECHO ║ None registered version may include:                                  ║
  15. ECHO ║*PC-KEY-DRAW program disk version 3.51 or greater.                     ║
  16. ECHO ║ Library Disk #1 (L-1) with sample slide show and sample drawings.     ║
  17. ECHO ║ Complete manual on disk (M) for dumping to printer.                   ║
  18. ECHO ║ Interactive tutorial (T-1) hleps you learn the basics of PC-KEY-DRAW  ║
  19. ECHO ║                                                                       ║
  20. ECHO ║ Registered version includes above plus:                               ║
  21. ECHO ║*Library Disk #2 (L-2) with fill patterns, macros, and LaserJet support║
  22. ECHO ║*Library Disk #3 (L-3) with alternate text fonts.                      ║
  23. ECHO ║*Library Disk #4 (L-4) with text fonts and flow chart symbols.         ║
  24. ECHO ║                                                                       ║
  25. ECHO ║ A CGA emulator disk is available for use with Hercules graphics cards.║
  26. ECHO ║                                                                       ║
  27. ECHO ║ Only disks with "*" will be installed on your hard disk.              ║
  28. ECHO ╙───────────────────────────────────────────────────────────────────────╜
  29. pause
  30. md %1:\keydraw
  31. copy install.bat %1:\keydraw
  32. if not exist %1:\keydraw\install.bat goto help
  33. cd %1:\keydraw
  34. copy *.* %1:
  35. %1:
  36. %0 $$$
  37. :install
  38. cls
  39. ECHO Copying of program disk is complete!
  40. if not exist register goto endm
  41. ECHO ══════════════════════════════════════════════════════════════════════════
  42. ECHO Insert library disk #2 into drive A:  (L-2)
  43. ECHO L-2 is part of the full registered package only.
  44. ECHO L-2 contains fill patterns, macros LaserJet support and more
  45. PAUSE
  46. copy a:*.bas
  47. copy a:kd_ptrn?.pic
  48. cls
  49. ECHO Copying of Library #2 is complete!
  50. ECHO ══════════════════════════════════════════════════════════════════════════
  51. ECHO Insert library disk #3 into drive A:  (L-3)
  52. ECHO L-3 is part of the full registered package only.
  53. ECHO L-3 contains numerous text fonts and text oriented macros
  54. ECHO KD-DRAW.HOT contains the compiled form of the macros so only the
  55. ECHO fonts are being copied to the hard disk.
  56. PAUSE
  57. copy a:*.fnt
  58. cls
  59. ECHO Copying of Library #3 is complete!
  60. ECHO ══════════════════════════════════════════════════════════════════════════
  61. ECHO Insert library disk #4 into drive A:  (L-4)
  62. ECHO L-4 is part of the full registered package only.
  63. ECHO L-4 contains numerous text fonts and flow chart vector symbols
  64. PAUSE
  65. copy a:*.fnt
  66. md flowchrt
  67. cd flowchrt
  68. copy a:*.mcr
  69. copy a:*.pic
  70. copy a:*.vct
  71. cd ..
  72. cls
  73. ECHO Copying of Library #4 is complete!
  74. :endm
  75. ECHO PC-KEY-DRAW is now installed on your hard disk!
  76. ECHO ══════════════════════════════════════════════════════════════════════════
  77. ECHO Three other disks come with PC-KEY-DRAW.  The first is the complete manual
  78. ECHO on disk (M).  This is supplied to registered users that want to pass
  79. ECHO the program on two others.  The second disk is the tutorial disk.  It need
  80. ECHO not be copied to the hard disk, but you may choose to do so. The third
  81. ECHO disk is Library Disk #1 which contains a slide show demo and numerous
  82. ECHO pictures. You may want to run it from a floppy drive or put in in its own
  83. ECHO subdirectory.
  84. PAUSE
  85. menu
  86. :floppy
  87. ECHO ┌──────────────────────────────────────────────────────────────────────┐
  88. echo │           PC-KEY-DRAW is about to be copied to drive %1:              │
  89. :skip
  90. echo │ Please make copies for friends so that they can try out PC-KEY-DRAW  │
  91. ECHO │        You must give complete, unaltered copies to friends           │
  92. ECHO │   No fee other than a small copying fee may be charged for this disk │
  93. ECHO │ ──────────────────────────────────────────────────────────────────── │
  94. echo │ You should store your original copy in a safe place and use the copy │
  95. echo │    Copy GRAPHICS.COM from your DOS disk to your working copy         │
  96. ECHO └──────────────────────────────────────────────────────────────────────┘
  97. pause
  98. copy *.* %1:
  99. menu
  100. :help
  101. ECHO ╒═════════════════════════════════════════════════════════════════════╕
  102. ECHO │  You must specify a drive letter to copy this to, such as INSTALL C │
  103. ECHO │  You must specify a drive letter only without a colon ":"           │
  104. ECHO ╘═════════════════════════════════════════════════════════════════════╛
  105. PAUSE
  106. menu
  107.  
  108.